From 01923dca427b94943c86fe33f95cdf9b88348c08 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Wed, 23 Jun 2010 00:15:22 +0200 Subject: [PATCH] Removing limited_pointer_type_comparison_fixes patch, applied upstream. --- .../limited_pointer_type_comparison_fixes | 32 ------------------- debian/patches/series | 1 - 2 files changed, 33 deletions(-) delete mode 100644 debian/patches/limited_pointer_type_comparison_fixes diff --git a/debian/patches/limited_pointer_type_comparison_fixes b/debian/patches/limited_pointer_type_comparison_fixes deleted file mode 100644 index c598f0662..000000000 --- a/debian/patches/limited_pointer_type_comparison_fixes +++ /dev/null @@ -1,32 +0,0 @@ ---- a/osm.c -+++ b/osm.c -@@ -537,7 +537,7 @@ osm_node_tag(const char *args, const cha - const char **avp = &attrv[0]; - const char *key = "", *value = ""; - char *str; -- char ikey; -+ signed char ikey; - - while (*avp) { - if (strcmp(avp[0], "k") == 0) ---- a/cetus.c -+++ b/cetus.c -@@ -121,12 +121,12 @@ typedef struct cetus_track_head_s - - typedef struct cetus_track_point_s - { -- char hour; -- char min; -- char sec; -- char dsec; -- char sat; -- char hdop; -+ signed char hour; -+ signed char min; -+ signed char sec; -+ signed char dsec; -+ signed char sat; -+ signed char hdop; - pdb_32 latitude; - pdb_32 longitude; - short speed; diff --git a/debian/patches/series b/debian/patches/series index 3c3cf53ee..2f264db69 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -limited_pointer_type_comparison_fixes htmldoc-location gpsbabelfe-name -- 2.30.2